release: prepare v2.1.1 - #97
Merged
Merged
Conversation
Bump MARKETING_VERSION to 2.1.1 across the app, the Catalyst helper and the service targets, and add the release notes. RuntimeViewerServiceVersion stays at 1.5.0. The runbook's pre-flight diff against 322f70b turns up no daemon-side changes since that bump, so installed helpers do not need replacing and v2.1.0 users get no admin prompt.
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the v2.1.1 hotfix release of Runtime Viewer (following the crash fix merged in #96) by bumping the app’s marketing version across build configurations and adding release notes for the hotfix.
Changes:
- Bump
MARKETING_VERSIONfrom2.1.0to2.1.1across the Xcode project’s build configurations. - Add
Changelogs/v2.1.1.mddescribing the attach-to-process crash fix and upgrade notes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| RuntimeViewerUsingAppKit/RuntimeViewerUsingAppKit.xcodeproj/project.pbxproj | Updates MARKETING_VERSION entries to 2.1.1 across the project configurations for the hotfix release. |
| Changelogs/v2.1.1.md | Adds v2.1.1 release notes covering the hotfix and upgrade notes. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hotfix release for the crash that got v2.1.0 pulled from the appcast (#95). The fix itself landed in #96; this is the version bump and the release notes.
MARKETING_VERSION2.1.0 → 2.1.1 across all nine build configurations (app, Catalyst helper, service targets).Changelogs/v2.1.1.md.RuntimeViewerServiceVersiondeliberately stays at1.5.0. Per the pre-flight check inDocumentations/SparkleRelease.md, the diff of the daemon-side sources against322f70b(the commit that last bumped it) is empty, so the helper installed by v2.1.0 keeps running and users get no second admin prompt.Merging this, then pushing an annotated
v2.1.1tag, triggersrelease.yml.